os.File.wrapErr (method)
14 uses
os (current package)
file.go#L145: return n, f.wrapErr("read", e)
file.go#L164: err = f.wrapErr("read", e)
file.go#L183: return n, f.wrapErr("write", e)
file.go#L226: err = f.wrapErr("write", e)
file.go#L254: err = f.wrapErr("write", e)
file.go#L271: return n, f.wrapErr("read", e)
file.go#L312: return 0, f.wrapErr("seek", e)
file.go#L469: func (f *File) wrapErr(op string, err error) error {
file_posix.go#L93: return f.wrapErr("chmod", e)
file_posix.go#L141: return f.wrapErr("chown", e)
file_posix.go#L154: return f.wrapErr("truncate", e)
file_posix.go#L167: return f.wrapErr("sync", e)
file_posix.go#L209: return f.wrapErr("chdir", e)
stat_unix.go#L22: return nil, f.wrapErr("stat", err)